projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d00b293
)
(struct image): Replace member `margin' with
author
Gerd Moellmann
<gerd@gnu.org>
Fri, 12 Jan 2001 15:08:17 +0000
(15:08 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Fri, 12 Jan 2001 15:08:17 +0000
(15:08 +0000)
`hmargin' and `vmargin'.
src/dispextern.h
patch
|
blob
|
history
diff --git
a/src/dispextern.h
b/src/dispextern.h
index 7485e6f53881c469c9270402bd76ace8ffb365ec..b0fa067fe43990a67dad252fb04067dd64defa12 100644
(file)
--- a/
src/dispextern.h
+++ b/
src/dispextern.h
@@
-1990,8
+1990,8
@@
struct image
/* Relief to draw around the image. */
int relief;
- /* Optional margin around the image. This includes the relief. */
- int margin;
+ /* Optional margin
s
around the image. This includes the relief. */
+ int
hmargin, v
margin;
/* Reference to the type of the image. */
struct image_type *type;